home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Form / Sources / Menus.fr < prev    next >
Encoding:
Text File  |  1996-08-16  |  619 b   |  35 lines  |  [TEXT/MPS ]

  1. //    File:        FormStr.fr
  2. //
  3. //    Contains:    Common (Platform independent) resources for Form part
  4. //
  5. //    Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  6.  
  7. #ifndef FWRESFIL_K
  8. #include "FWResFil.k"
  9. #endif
  10.  
  11. #ifndef DEFINES_K
  12. #include "Defines.k"
  13. #endif
  14.  
  15. #ifndef FWMENUS_FR
  16. #include "FWMenus.fr"
  17. #endif
  18.  
  19. //----------------------------------------------------------------------------
  20. //    Menus
  21. //----------------------------------------------------------------------------
  22.  
  23. resource FW_RMenuBar(kMenuBar)
  24. {
  25.     {
  26.         FW_RPullDownMenu
  27.         (
  28.             "Form"
  29.             {
  30.                 FW_RTextItem(cResetFormCommand, '1', "Reset Form")
  31.             }
  32.         )
  33.     }
  34. };
  35.